home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
debconf.prerm
< prev
next >
Wrap
Text File
|
2008-10-10
|
173b
|
12 lines
#!/bin/sh
set -e
# copied from /usr/share/debhelper/autoscripts/prerm-python for now
dpkg -L debconf |
awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
xargs rm -f >&2
exit 0